﻿COUNTRIES = {
	c:DEN = {
		effect_starting_technology_tier_2_tech = yes
		add_technology_researched = dialectics
		effect_starting_politics_conservative = yes

		set_tax_level = high
		
		add_taxed_goods = g:liquor
		
		set_tariffs_import_priority = g:artillery
		set_tariffs_import_priority = g:small_arms

		activate_law = law_type:law_monarchy
		activate_law = law_type:law_oligarchy
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_local_police
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_mercantilism
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_colonial_exploitation
    	activate_law = law_type:law_right_of_assembly
    	activate_law = law_type:law_colonial_exploitation

		set_institution_investment_level = {
			institution = institution_colonial_affairs
			level = 1
		}
			
		set_institution_investment_level = {
			institution = institution_schools
			level = 3
		}	

		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
		
		ig:ig_landowners = {
			add_ruling_interest_group = yes
		}
	}
}